.green{
   background-color: #b7de51;
}
.orange{
     background-color: orange;
}
#share li{
 border-bottom: 1px dotted #ddd;
    line-height: 40px;
}
#share li i{
    width: 100px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    line-height: 25px;
    height: 25px;
    font-weight: bold;
    margin-top: 5px;
}
#share li a span{
	font-size:16px;
    font-weight: bold;
   padding-left:10px;
}

#share .infotime{
	color: #999;
}
.xwlb-content .xwlb-content-div {
    border-bottom: 1px solid #ffffff;
}


/*修改样式*/
#share li i {
    float: right;
    font-style: normal;
}
.page {
    font: 0/0 microsoft yahei;
    padding: 20px 0;
    text-align: center;
}
.page a {
    display: inline-block;
    line-height: 18px;
    margin: 5px 2px;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: middle;
    background-color: #eee;
    border-radius: 2px;
    cursor: pointer;
}
.page a:hover {
    position: relative;
    background-color: #a3bde2;
    color: #fff;
}
.page a.current {
    background-color: #00a0e9;
    color: #fff;
    position: relative;
}